home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / win / vb / randgrd.exe / RANDGRID.BAS next >
Encoding:
BASIC Source File  |  1991-08-04  |  99 b   |  9 lines

  1. DefInt A-Z
  2.  
  3. Type RecFmt
  4.   a1 As String * 8
  5.   a2 As String * 8
  6.   a3 As String * 8
  7. End Type
  8.  
  9.